docs: fix string interpolation and update comments#13261
Merged
Conversation
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
kgryte
reviewed
Jul 4, 2026
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
kgryte
approved these changes
Jul 4, 2026
develop on 2026-07-04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Follow-up fixes surfaced by an automated review of the 38 commits merged to
developbetweenc157a0d(2026-07-03 17:39 -0500) and8975f00(2026-07-04 06:03 -0500). Three high-signal issues survived filtering; each is grouped as its own commit by package:number/int64/ctor—test.ts(docs/types/test.ts) line 42: stray fourth period on the ellipsis,....instead of.... Fix the typo. Introduced in8d10f98b.number/uint64/base/number2words—@returnstag innumber2words/lib/main.js:32says{Array<uinteger32>}; should be{Array<number>}per every otherto-words/number2wordspackage and the package's owndocs/types/index.d.ts.uinteger32doesn't exist anywhere else in stdlib. From3684ccc6.stats/base/dists/tukey-lambda/mode—%lfisn't a valid specifier for@stdlib/string/format; copy-pasted from the C example inf52a4633. Replace with%0.4finlib/node_modules/@stdlib/stats/base/dists/tukey-lambda/mode/examples/index.js:30andREADME.md:102, matching every other dist package (e.g.pareto-type1/mode).Related Issues
No.
Questions
No.
Other
Validation. Four independent reviewer agents audited the union diff (266 files, 13,496 insertions across 38 commits) against
docs/style-guides/and peer packages:Excluded. Issues that would require behavior changes outside a mechanical typo/JSDoc-convention fix, that only one agent flagged and could not be independently re-verified from the diff, or that fell outside the diff window. One candidate —
stats/base/dists/log-logistic/meanreturningNaNforbeta <= 1where peer packages (pareto-type1/mean,frechet/mean,levy/mean) return+Infinityfor divergent means — was left off this PR because it crosses from mechanical fix into a behavior change on a newly-added package and warrants maintainer discussion before landing.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
Automated review harness authored the fixes. Four independent reviewer agents scanned the 24-hour commit window; findings that only one agent surfaced and could not be independently re-verified from the diff were dropped. Human maintainer to promote from draft after audit.
@stdlib-js/reviewers
Generated by Claude Code